x86/IO-APIC: don't process softirqs during early boot
authorJan Beulich <jbeulich@suse.com>
Tue, 26 Aug 2014 15:56:52 +0000 (17:56 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 26 Aug 2014 15:56:52 +0000 (17:56 +0200)
commitbd083922f9e78ed19ef98e7de372e5f568402ed3
tree251fc2c1f0dcc3ec901e15e2f967ded0a98b9847
parent9eb95c3c82221969539b9958ae6de6c3bd58ce51
x86/IO-APIC: don't process softirqs during early boot

Commit e13b320399 ("x86/irq: process softirqs in irq keyhandlers")
made this unconditional, but the boot time use of __print_IO_APIC()
(when "apic_verbosity=debug" was given) can't tolerate that.

Reported-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Tested-by: Sander Eikelenboom <linux@eikelenboom.it>
xen/arch/x86/io_apic.c